home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 August: Tool Chest / Dev.CD Aug 00 TC Disk 2.toast / pc / sample code / human interface toolbox / scrollingeditfield / scrollingtextuserpane.r < prev    next >
Encoding:
Text File  |  2000-06-23  |  3.5 KB  |  92 lines

  1. /*
  2.     File: ScrollingTextUserPane.r
  3.     
  4.     Description:
  5.         This file contains the MPW Rez declarations used in the ScrollingTextUserPane
  6.     application.
  7.  
  8.     Copyright:
  9.         © Copyright 1999 Apple Computer, Inc. All rights reserved.
  10.     
  11.     Disclaimer:
  12.         IMPORTANT:  This Apple software is supplied to you by Apple Computer, Inc.
  13.         ("Apple") in consideration of your agreement to the following terms, and your
  14.         use, installation, modification or redistribution of this Apple software
  15.         constitutes acceptance of these terms.  If you do not agree with these terms,
  16.         please do not use, install, modify or redistribute this Apple software.
  17.  
  18.         In consideration of your agreement to abide by the following terms, and subject
  19.         to these terms, Apple grants you a personal, non-exclusive license, under Apple’s
  20.         copyrights in this original Apple software (the "Apple Software"), to use,
  21.         reproduce, modify and redistribute the Apple Software, with or without
  22.         modifications, in source and/or binary forms; provided that if you redistribute
  23.         the Apple Software in its entirety and without modifications, you must retain
  24.         this notice and the following text and disclaimers in all such redistributions of
  25.         the Apple Software.  Neither the name, trademarks, service marks or logos of
  26.         Apple Computer, Inc. may be used to endorse or promote products derived from the
  27.         Apple Software without specific prior written permission from Apple.  Except as
  28.         expressly stated in this notice, no other rights or licenses, express or implied,
  29.         are granted by Apple herein, including but not limited to any patent rights that
  30.         may be infringed by your derivative works or by other works in which the Apple
  31.         Software may be incorporated.
  32.  
  33.         The Apple Software is provided by Apple on an "AS IS" basis.  APPLE MAKES NO
  34.         WARRANTIES, EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED
  35.         WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  36.         PURPOSE, REGARDING THE APPLE SOFTWARE OR ITS USE AND OPERATION ALONE OR IN
  37.         COMBINATION WITH YOUR PRODUCTS.
  38.  
  39.         IN NO EVENT SHALL APPLE BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL OR
  40.         CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
  41.         GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  42.         ARISING IN ANY WAY OUT OF THE USE, REPRODUCTION, MODIFICATION AND/OR DISTRIBUTION
  43.         OF THE APPLE SOFTWARE, HOWEVER CAUSED AND WHETHER UNDER THEORY OF CONTRACT, TORT
  44.         (INCLUDING NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, EVEN IF APPLE HAS BEEN
  45.         ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  46.  
  47.     Change History (most recent first):
  48.         Fri, Jan 28, 2000 -- created
  49. */
  50.  
  51.  
  52. #include "Processes.r"
  53. #include "CodeFragments.r"
  54.  
  55. include "ScrollingTextUserPane.rsrc";
  56.  
  57. resource 'SIZE' (-1, purgeable)  {
  58.     reserved,
  59.     acceptSuspendResumeEvents,
  60.     reserved,
  61.     canBackground,
  62.     doesActivateOnFGSwitch,
  63.     backgroundAndForeground,
  64.     dontGetFrontClicks,
  65.     ignoreAppDiedEvents,
  66.     is32BitCompatible,
  67.     isHighLevelEventAware,
  68.     localAndRemoteHLEvents,
  69.     isStationeryAware,
  70.     dontUseTextEditServices,
  71.     reserved,
  72.     reserved,
  73.     reserved,
  74.     1024 * 8000,
  75.     1024 * 8000
  76. };
  77.  
  78. resource 'cfrg' (0) {
  79.     {    kPowerPC,
  80.         kFullLib,
  81.         kNoVersionNum,
  82.         kNoVersionNum,
  83.         kDefaultStackSize,
  84.         kNoAppSubFolder,
  85.         kIsApp,
  86.         kOnDiskFlat,
  87.         kZeroOffset,
  88.         kWholeFork,
  89.         "ScrollingTextUserPane"
  90.     }
  91. };
  92.